GetBoxes<T> Method

Summary
Gets all engine boxes of the specified type.
Syntax
C#
VB
C++
public List<T> GetBoxes<T>( 
   Jpeg2000FileFormat format 
) 
  
Public Function GetBoxes(Of T As Jpeg2000MultiBox)( _ 
   ByVal format As Jpeg2000FileFormat _ 
) As List(Of T) 
public: 
List<T^>^ GetBoxesgeneric<typename T> 
(  
   Jpeg2000FileFormat format 
)  
where T: Jpeg2000MultiBox 

Parameters

format
Jpeg2000FileFormat specifies the JPEG 2000 engine.

Type Parameters

T

Return Value

A list of Jpeg2000MultiBox objects containing the box data for the specified engine.

Remarks

The List generic type " T " specifies the type of the boxes being obtained. For example, if you pass a list of XmlBoxes, the currently set XML boxes in the specified engine will be returned. This method is used to get the following types of boxes:

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.